home *** CD-ROM | disk | FTP | other *** search
/ MacTech 1 to 12 / MacTech-vol-1-12.toast / Source / MacTech® Magazine / Volume 06 - 1990 / 06.07 Jul 90 / Commando Programming ƒ / Rezscripts / RezC.mk < prev    next >
Encoding:
Text File  |  1988-07-29  |  408 b   |  16 lines  |  [TEXT/MPS ]

  1. ############################
  2. ###    File RezC.mk
  3. ###        Make file dependency for building 
  4. ###        Rez-formatter commandos
  5. ###        W. Powell, 1988
  6. ###    
  7. ###    NOTE:  Assumes all necessary #include files
  8. ###        are in directory defined by shell
  9. ###        variable {RIncludes}.  Adjust to match 
  10. ###     your system 
  11.  
  12. .    ƒ    .Cmdo.R
  13.     Rez {Default}.Cmdo.R -o {Default} -a -i "{RIncludes}"
  14.     
  15. ###        End File RezC.mk
  16. #########################